Visual Basic (Declaration) | |
---|---|
Overloads Public Sub FeedLoad( _ ByVal data() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- data
- The image file data.
- offset
- Offset from the beginning of the buffer to where the image data starts.
- length
- Total size (in bytes) of the image data.
For an example, refer to StartFeedLoad.
Use this method with the StartFeedLoad and StopFeedLoad methods.
For a description of how the methods relate to each other, refer to StartFeedLoad.
LEADTOOLS will attempt to load corrupted files, so you can see at least a portion of the image. For these images, the load methods succeed, but LoadStatus will return an error code.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family